tests: Run pull tests for bare/bare-user
authorColin Walters <walters@verbum.org>
Mon, 10 Jul 2017 01:46:23 +0000 (21:46 -0400)
committerAtomic Bot <atomic-devel@projectatomic.io>
Mon, 10 Jul 2017 14:18:18 +0000 (14:18 +0000)
commit0aa20df20e1915c405750bc00995b130cfc3eb75
tree76ffff7c7c0ae2d37d3ed91dccd9c3394d8a4d90
parent9d941dcebbbbe0cab1f40adf3269a1562760f9ac
tests: Run pull tests for bare/bare-user

We have variants of `test-basic` for all 4 modes, but not for pull-test, which
for some reason was named `pull-archive`, but mostly pulls *into* bare repos.
The test code was structured like the basic one where it called into a
`pull-test.sh`, so let's actually use it for 2/3 bare modes. (I tried to extend
it to `bare-user-only` but it failed, going to look at that after this).

This is related to https://github.com/ostreedev/ostree/issues/991

Closes: #998
Approved by: jlebon
Makefile-tests.am
tests/pull-test.sh
tests/test-pull-archive.sh [deleted file]
tests/test-pull-bare.sh [new file with mode: 0755]
tests/test-pull-bareuser.sh [new file with mode: 0755]